const crypto/tls.ticketKeyLifetime

2 uses

	crypto/tls (current package)
		common.go#L791: 	ticketKeyLifetime = 7 * 24 * time.Hour // 7 days
		common.go#L956: 			if c.time().Sub(k.created) < ticketKeyLifetime {